Skip to main content

eth_supportedEntryPoints

This method returns the list of entry points supported by the bundler.

note

The bundler currently supports EntryPoint v0.7 only.

Parameters

None.

Returns

An array of strings, each representing an entry point.

Example Request

{
"jsonrpc":"2.0",
"id":1,
"method":"eth_supportedEntryPoints",
"params":[]
}

Example Response

{
"jsonrpc":"2.0",
"id":1,
"result":["0x0000000071727De22E5E9d8BAf0edAc6f37da032"]
}